rust: Add v2025_3 feature and bump versions
authorJoseph Marrero Corchado <jmarrero@redhat.com>
Fri, 27 Jun 2025 15:16:57 +0000 (11:16 -0400)
committerJoseph Marrero Corchado <jmarrero@redhat.com>
Wed, 9 Jul 2025 17:31:39 +0000 (13:31 -0400)
Cargo.toml
rust-bindings/sys/Cargo.toml

index 13e7968d47bbd9a7232bc15834ffaa76185bc506..7d1fc5547bca4ed91024a4ed609544d36c986a06 100644 (file)
@@ -9,7 +9,7 @@ name = "ostree"
 readme = "rust-bindings/README.md"
 repository = "https://github.com/ostreedev/ostree"
 rust-version = "1.77.0"
-version = "0.20.2"
+version = "0.20.3"
 
 include = [
     "/COPYING",
@@ -103,3 +103,4 @@ v2023_8 = ["v2023_1", "ffi/v2023_8"]
 v2023_11 = ["v2023_8", "ffi/v2023_11"]
 v2025_1 = ["v2023_11", "ffi/v2025_1"]
 v2025_2 = ["v2025_1", "ffi/v2025_2"]
+v2025_3 = ["v2025_2", "ffi/v2025_3"]
index 5df6b3d6443634b503daa177d3379ae3524d88e6..2aba0faba958a0b13e89ae5a6b59b4a2050918ad 100644 (file)
@@ -71,6 +71,7 @@ v2023_11 = ["v2023_8"]
 v2025_1 = ["v2024_7"]
 v2024_7 = ["v2023_11"]
 v2025_2 = ["v2025_1"]
+v2025_3 = ["v2025_2"]
 
 [lib]
 name = "ostree_sys"
@@ -86,7 +87,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://github.com/ostreedev/ostree-rs"
-version = "0.15.1"
+version = "0.15.2"
 edition = "2021"
 
 [package.metadata.docs.rs]
@@ -253,3 +254,6 @@ version = "2024.7"
 
 [package.metadata.system-deps.ostree_1.v2025_2]
 version = "2025.2"
+
+[package.metadata.system-deps.ostree_1.v2025_3]
+version = "2025.3"